projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7176407
)
Fix lock-file-name-transforms build problem
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 16 Jul 2021 11:59:42 +0000
(13:59 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 16 Jul 2021 11:59:46 +0000
(13:59 +0200)
* lisp/files.el (lock-file-name-transforms): Remove
custom-initialize-delay to fix build problem (bug#49507).
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index ad02d373fd05782d497d05b1bde1e7e553f0360a..825aa1c3e8898cda734ddda41ad5c9aaa966bf2e 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-424,7
+424,6
@@
file it's locking, and it has the same name, but with \".#\" prepended."
:type '(repeat (list (regexp :tag "Regexp")
(string :tag "Replacement")
(boolean :tag "Uniquify")))
- :initialize 'custom-initialize-delay
:version "28.1")
(defcustom remote-file-name-inhibit-locks nil